From: Richard M. Stallman Date: Fri, 6 May 1994 17:29:23 +0000 (+0000) Subject: entered into RCS X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91702 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=98270d54bf40f2f1d2e7932d810f8e1195e117f9;p=emacs.git entered into RCS --- diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h index 2eca68ecda4..79f454fefc4 100644 --- a/lwlib/xlwmenuP.h +++ b/lwlib/xlwmenuP.h @@ -21,7 +21,7 @@ typedef struct _XlwMenu_part { /* slots set by the resources */ XFontStruct* font; - int foreground; + Pixel foreground; Pixel button_foreground; Dimension margin; Dimension horizontal_spacing; @@ -32,7 +32,7 @@ typedef struct _XlwMenu_part Pixel bottom_shadow_color; Pixmap top_shadow_pixmap; Pixmap bottom_shadow_pixmap; - int cursor_shape; + Cursor cursor_shape; XtCallbackList open; XtCallbackList select; widget_value* contents;